TNavCompleteEvent Unit Declaration Description Parameters |
HHComp
This event type is fired by an HTML Help window when it finishes to navigate to a new URL.
TNavCompleteEvent = procedure(Sender : TObject; Url : String) of Object;
Parameter Use Sender
The Html Help component that sent the event.
Url
The Url that the Html Help window just finished navigating to.